public class UIntMolMap
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
UIntMolMap() |
protected |
UIntMolMap(long cPtr,
boolean cMemoryOwn) |
|
UIntMolMap(UIntMolMap arg0) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
del(long key) |
void |
delete() |
boolean |
empty() |
protected void |
finalize() |
ROMol |
get(long key) |
protected static long |
getCPtr(UIntMolMap obj) |
boolean |
has_key(long key) |
void |
set(long key,
ROMol x) |
long |
size() |
protected UIntMolMap(long cPtr, boolean cMemoryOwn)
public UIntMolMap()
public UIntMolMap(UIntMolMap arg0)
protected static long getCPtr(UIntMolMap obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public long size()
public boolean empty()
public void clear()
public ROMol get(long key)
public void set(long key, ROMol x)
public void del(long key)
public boolean has_key(long key)